go/types.Checker.inferB (method)

3 uses

	go/types (current package)
		infer.go#L284: 	targs, index = check.inferB(posn, tparams, targs)
		infer.go#L318: 	targs, index = check.inferB(posn, tparams, targs)
		infer.go#L467: func (check *Checker) inferB(posn positioner, tparams []*TypeParam, targs []Type) (types []Type, index int) {